@charset "utf-8";
/* 通用 */
.header {
    height: 1068px;
    background: #fff6c6 url(../yfrzt0901images/header_bg.png) no-repeat top center/cover;
    text-align: center;
    padding-top: 40px;
}
.content {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1000px;
    background-color: #fff6c6;
}
.footer {
    height: 163px;
    background: #fff6c6 url(../yfrzt0901images/footer_bg.png) no-repeat center;
}

/* 首页 */
.poster {
    margin-top: 40px;
}

.box1 {
    width: 90.33%;
    margin: 0 auto;
    border-radius: 16px;
    background: url(../yfrzt0901images/box_bg.png) no-repeat center top/cover;
    padding: 37px 46px 48px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 1px 26px rgba(52, 113, 59, 0.14);
    margin-top: 30px;
}

.mode01,
.mode02 {
    width: calc(50% - 33px);
}

.more {
    float: right;
    vertical-align: bottom;
    color: #a7bd99;
}

.channelName {
    padding-left: 50px;
    position: relative;
    height: 53px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.channelName a {
    display: block;
}

.channelName::before {
    content: '';
    display: block;
    width: 32px;
    height: 28px;
    background: url(../yfrzt0901images/channel_icon.png) no-repeat center/cover;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.list {
    margin-top: 34px;
    min-height: 443px;
}

.list li {
    padding-left: 35px;
    position: relative;
    border-bottom: 1px dashed #d4e1ca;
}

.list li:last-child {
    border-bottom: none;
}

.list li::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../yfrzt0901images/list_icon.png) no-repeat center/cover;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.list li a {
    display: block;
    padding: 12px 0 16px;
}

.list li:last-child a {
    padding-bottom: 0px;
}

.title {
    color: #0e2400;
    transition: all 0.35s ease;
}

li:hover .title {
    text-indent: 0.4em;
}

.date {
    color: #a7bd99;
    line-height: 1;
    margin-top: 12px;
}


.box2 {
    margin-top: 65px;
}

.content1,
.content2,
.content3,
.content4 {
    float: left;
    width: 50%;
    vertical-align: bottom;
}

.content1 img,
.content2 img,
.content3 img,
.content4 img {
    width: 100%;
    transition: all 0.35s ease;
}

.content1:hover img,
.content2:hover img,
.content3:hover img,
.content4:hover img {
    transform: translateY(-10px);
}

.row1,
.row2 {
    padding: 0 20px;
    display: flex;
    align-items: baseline;
}

.row2 {
    margin-bottom: -30px;
}